home *** CD-ROM | disk | FTP | other *** search
- VecFieldView = {
- ACTIONS = {
- explain:;
- clear:;
- rollingYourOwn:;
- plotVecField:;
- showHelpWindow:;
- plotNextTimestep:;
- open:;
- showInfoPanel:;
- };
- OUTLETS = {
- infoPanel;
- pathnameObject;
- fieldView;
- titleBar;
- explainWindow;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- WSPathname = {
- SUPERCLASS = Object;
- };
-